Interface CMEProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
CMEProcessImpl

public interface CMEProcess extends Process
Information provided by the PKI file:

    \class CCMEProcess
    
    \brief CCMEProcess is the process that handles CME.
    
    \example network().getDevice("Router0").getProcess("CMEProcess")
    
Author:
Auto-generated
  • Method Details

    • getEphoneDirectory

      EphoneDirectory getEphoneDirectory(int dnTag)
      Information provided by the PKI file:
      
          \brief Returns the CEphoneDirectory object with the specified sequence number.
          
          \param dnTag, the unique sequence number of the ephone directory number.
          
          \return CEphoneDirectory, the CEphoneDirectory object with the specified sequence number.
          
              
      Parameters:
      dnTag - Takes in a parameter of dnTag
      Returns:
      EphoneDirectory Returns a EphoneDirectory
    • getEphone

      Ephone getEphone(int tag)
      Information provided by the PKI file:
      
          \brief Returns the CEphone object with the specified sequence number.
          
          \param int tag, the unique sequence number of the ephone.
          
          \return CEphone, the CEphone object with the specified sequence number.
          
              
      Parameters:
      tag - Takes in a parameter of tag
      Returns:
      Ephone Returns a Ephone
    • getTelephonyService

      TelephonyService getTelephonyService()
      Information provided by the PKI file:
      
          \brief Returns the CTelephonyService object.
          
          \return CTelephonyService, the CTelephonyService object.
          
              
      Returns:
      TelephonyService Returns a TelephonyService
    • getDialPeer

      DialPeer getDialPeer(int dialPeerTag)
      Information provided by the PKI file:
      
          \brief Returns the CDialPeer object with the specified dial peer tag number.
          
          \param dialPeerTag, the tag number of the dial peer.
          
          \return CDialPeer, the CDialPeer object with the specified dial peer tag number.
          
              
      Parameters:
      dialPeerTag - Takes in a parameter of dialPeerTag
      Returns:
      DialPeer Returns a DialPeer